ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1NumericBox Class / OnValueChanged(PropertyChangedEventArgs<Double>) Method

In This Topic
    OnValueChanged(PropertyChangedEventArgs<Double>) Method
    In This Topic
    Raises the ValueChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnValueChanged( _
       ByVal e As C1.WPF.Core.PropertyChangedEventArgs(Of Double) _
    ) 
    protected virtual void OnValueChanged( 
       C1.WPF.Core.PropertyChangedEventArgs<double> e
    )

    Parameters

    e
    See Also